Skip to main content

Get Webhook

GET 

/webhook/:webhookId

Find a webhook by id

Request

Path Parameters

    webhookId stringrequired
    Example: 62d3f2aa15a8393bd802c313

Query Parameters

    apiKey stringrequired
    Example: {{publicKey}}

Header Parameters

    API-SECRET stringrequired
    Example: {{secretKey}}

Responses

OK

Schema
    _id string
    projectId string
    webhookUrl string
    eventType string
    createdAt string
    updatedAt string
    __v number
Loading...

Was this page helpful?